home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 June / PC Active NR.226.iso / intface / pca / pcactive.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-01-31  |  1.0 KB  |  64 lines

  1. A, A.inhoud:hover { color: #00805e; }
  2. A:hover           { color: #004432; }
  3. A.weblink:hover   { color: #004432; }
  4. a img { border-color: #004432; }
  5.  
  6. ul
  7. {    list-style-image: url(images/Bullet.gif);
  8.     position: relative;
  9.     right: 20px;
  10.     margin-top:15px;
  11.     margin-bottom:0px;
  12. }
  13.  
  14. ol
  15. {    position: relative;
  16.     right: 15px;
  17. }
  18.  
  19. .tabelgroen { background-color: #00805e; }
  20. .groenfont
  21. {    color: #007700;
  22.     font-weight: bold;
  23. }
  24. .inhoud
  25. {    cursor: pointer;
  26.     border: 1px solid white;
  27. }
  28.  
  29. .titel
  30. {    font-size: 10pt;
  31.     color    : black;
  32. }
  33.  
  34. h1
  35. {    font-size: 10pt;
  36.     color    : black;
  37.     font-weight: bold;
  38.     margin-bottom:0px;
  39. }
  40.  
  41. .kaderkop
  42. width:250px;
  43. padding:10px;
  44. filter:shadow(color:gray, 
  45. strength:5, direction:140);
  46. }
  47.  
  48. .kadertekst
  49. width:250px;
  50. text-align:left;
  51. padding:10px;
  52. background: url(../images/background.jpg);
  53. border:1px solid black;
  54. font-size:12px;
  55. }
  56.  
  57. body, td
  58. {    font-family     : verdana;
  59.     font-size       : 10pt;
  60.     scrollbar-base-color     : #007f00;
  61.     scrollbar-arrow-color    : #ffffff;
  62. }